
   * April 19, 2005

I found the bug in the 6502. The PLA/PLX/PLY would not set the
Z and N flags. There is still a problem in the video though.


   * April 18, 2005

Added support for video -- tested only the text 1st page so far it
seems to be working fine

Added support for the keyboard -- there are problems with fltk
(conflicts) which will be resolved later

Fixed the CMP, CPX and CPY instructions which would set the wrong
value in the carry.

Added a temporary "timer" so the processor emulator doesn't eat
100% of your current computer processor. Actually, it dropped down
to 0% on my system (Celeron @ 2.5Ghz)

